net/http.http2Transport.MaxHeaderListSize (field)
7 uses
	net/http (current package)
		h2_bundle.go#L7252: 	MaxHeaderListSize uint32
		h2_bundle.go#L7366: 	if t.MaxHeaderListSize == 0 {
		h2_bundle.go#L7369: 	if t.MaxHeaderListSize == 0xffffffff {
		h2_bundle.go#L7372: 	return t.MaxHeaderListSize
		transport.go#L421: 	if limit1 := t.MaxResponseHeaderBytes; limit1 != 0 && t2.MaxHeaderListSize == 0 {
		transport.go#L424: 			t2.MaxHeaderListSize = h2max
		transport.go#L426: 			t2.MaxHeaderListSize = uint32(limit1)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |